home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir25 / mmconv17.zip / WHATSNEW.17 < prev   
Text File  |  1994-03-19  |  6KB  |  134 lines

  1.  
  2.         Short version:
  3.  
  4.       ver 1.7   - make version a global variable for my sanity
  5.                 - 12/4 noticed menu has one extra line after sent 1.6 out
  6.                 - start ingredient list in col 12  - Randy Shearer
  7.                 - split line at 39 rather than 38  - Randy Shearer
  8.                 - handle numeric differently so 9" pie crust handled
  9.                 - messing up 'of' handling- modified to remove 'of' as
  10.                   first word of ingredient line    - Randy Shearer
  11.                 - store BlueWave date correctly- Dale Shipp
  12.                 - store the parameters entered for next run- clear
  13.                   registration.  Store default cat; titles; generic; & zap
  14.                 - fix so setting 'generic head' correctly when run from
  15.                   menu
  16.                 - add 'CU' for cup  - Sylvia Steiger
  17.                 - skip FROM:, COOKING TIME:, PREP:, COOK:, DESCRIPTION :
  18.                   MARINATE:
  19.                   before ingredients          (asst'd; Mike Bowers)
  20.                 - handle RECIPE NAME :  in title    (Mike Bowers)
  21.                 - swap servings & categories for Recipe Box (Bowers)
  22.                 - recognize CATEGORY :   (Bowers)
  23.                 - accept H for quantity for HEADER
  24.  
  25.                 To do (future stuff):
  26.  
  27.                 -   adjustable default serving
  28.                 -   conference or area option
  29.                 -   1-3 (ranges) handled better ???
  30.                 -   generic not work on BWAVE??
  31.                 -   fix MM indentation in directions  - Larry Christley
  32.                 -   allow for big comment like Sylvia and Dale use (read
  33.                     in from designated file?)
  34.                 -   fix MM missing YIELD quantity, formatting?
  35.  
  36.  
  37.  
  38.         With explication:
  39.  
  40.       ver 1.7   - make version a global variable for my sanity
  41.  
  42.          This is just programming stuff.  I had the version
  43.          number 3 different places & had to change it in all of
  44.          them.  Now it is in one place and I fix it there and it
  45.          gets used everywhere.
  46.  
  47.                 - 12/4 noticed menu has one extra line after sent 1.6 out
  48.  
  49.          As soon as I shipped 1.6, I ran it noticed that I could
  50.          go clear down to the bottom and it would wait for input.
  51.          Think I have it fixed right finally.
  52.  
  53.  
  54.                 - start ingredient list in col 12  - Randy Shearer
  55.                 - split line at 39 rather than 38  - Randy Shearer
  56.  
  57.          Randy pointed out that I could get 2 more characters on
  58.          each line.   On most recipes no big deal.  But once in a
  59.          while, this should save a line or two.  Thanks, Randy.
  60.  
  61.                 - handle numeric differently so 9" pie crust handled
  62.  
  63.          This has been an ongoing annoyance.  9" now gets split
  64.          reasonably.  Think it helps with some fractions, too.
  65.  
  66.                 - messing up 'of' handling- modified to remove 'of' as
  67.                   first word of ingredient line    - Randy Shearer
  68.  
  69.          Randy again.  Pointed out that 'of' was getting handled
  70.          oddly.  I fixed it.  Then I decided I don't like recipes
  71.          with things like: 1 lb of butter.  I prefer 1 lb butter.
  72.          So I fixed to take 'of' off start of line.
  73.  
  74.                 - store BlueWave date correctly- Dale Shipp
  75.  
  76.          Dale pointed out that BlueWave recipes did not get date
  77.          set at bottom.  I think it is fixed now.
  78.  
  79.                 - store the parameters entered for next run- clear
  80.                   registration.  Store default cat; titles; generic; & zap
  81.  
  82.          Tired of having to change the parameters every time when
  83.          running from the menu?  So what don't you like about my
  84.          defaults, anyway?  But the parameters are now saved in
  85.          the file MMCONV.PRM.   So if you like something else you
  86.          don't have to reset all the time.  (I figured you only
  87.          needed to get registration info once in a while, so this
  88.          always defaults to "N".)
  89.  
  90.                 - fix so setting 'generic head' correctly when run from
  91.                   menu
  92.  
  93.          I had the generic heading working backwards in the menu.
  94.          I still have not fixed the problem that generic doesn't
  95.          recognize BWAVE recipes, but the non-generic does in my
  96.          testing.  I'll work on that some more next time.
  97.  
  98.                 - add 'CU' for cup  - Sylvia Steiger
  99.  
  100.          Another wacky abbreviation added.
  101.  
  102.                 - skip FROM:, COOKING TIME:, PREP:, COOK:
  103.                   MARINATE:
  104.                   before ingredients
  105.  
  106.          Skip some leading lines that occur in QBOOK from time to
  107.          time before ingredients and confuse MMCONV.  (MMCONV
  108.          capitalizes the line before checking for stuff, so it
  109.          will find it even if your recipe has lower case.)
  110.  
  111.                 - skip DESCRIPTION : before ingredients (Mike Bowers)
  112.                 - handle RECIPE NAME :  in title    (Mike Bowers)
  113.                 - swap servings & categories for Recipe Box (Bowers)
  114.                 - recognize CATEGORY :   (Bowers)
  115.  
  116.          Mike Bowers posted some recipes from a program I believe
  117.          is called Recipe Box.  I added the above to process
  118.          those.  The nasty little habit of putting each category
  119.          on a different line I didn't try to handle.  They have
  120.          to be combined on one line manually or the extras
  121.          removed.
  122.  
  123.                 - accept H for quantity for HEADER
  124.  
  125.          This seemed like a good idea.  But MM only accepts "H"
  126.          as a "quantity" when run interactively.  It doesn't like
  127.          getting it from a file.  After some more diddling I got
  128.          a format I can generate from the "H" that MM will
  129.          believe is a HEADER line.  Minimal editing at this point
  130.          so you can probably mess things up by putting a very
  131.          long heading.  But why would you?
  132.  
  133.  
  134.